Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6789 git-sync volume support #556

Merged
merged 26 commits into from
Jan 27, 2025
Merged

6789 git-sync volume support #556

merged 26 commits into from
Jan 27, 2025

Conversation

danielhoherd
Copy link
Member

Description

Add git-sync volume mode.

Related Issues

Testing

I've tested this manually. We'll need more comprehensive testing from QA since this is a new feature that will have astro-ui and houston components.

Merging

This is only meant for 0.37

@danielhoherd danielhoherd requested a review from a team as a code owner January 16, 2025 23:38
## the git-sync-relay
volumeSync:
volumeSize: 10Gi
# The specified storageClassName must support ReadWriteMany
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReadWriteMany should this comment be removed in here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is a hint to the user. Actually, we have not been following the recommendations for documentation in helm charts, so maybe this is something we should improve? https://v2.helm.sh/docs/chart_best_practices/#document-values-yaml

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we remove the hard requirement of # The specified storageClassName must support ReadWriteMany

@pgvishnuram
Copy link
Contributor

@danielhoherd are we proceeding with the readwrite once new approach right in that case we should add code refactoring at api level rest of the changes in chart looks fine

@danielhoherd
Copy link
Member Author

@pgvishnuram no, that is not the same feature. This is a feature that allows git-sync-relay to sync the git repo over a shared volume. The feature you're talking about is a feature that moves the git-sync-relay to durable storage while keeping daemon mode.

@danielhoherd danielhoherd merged commit eb04a95 into master Jan 27, 2025
11 of 12 checks passed
@danielhoherd danielhoherd deleted the 6789-git-sync-volume branch January 27, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants